home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Simpsons Ride - Sneak Peak
/
The Simpsons Ride - Sneak Peak.iso
/
mac
/
FINAL
/
videos.swf
/
scripts
/
frame_119
/
DoAction_2.as
next >
Wrap
Text File
|
2008-07-25
|
223b
|
7 lines
var connection_nc = new NetConnection();
connection_nc.connect(null);
var stream_ns = new NetStream(connection_nc);
stream_ns.setBufferTime(5);
my_video.attachVideo(stream_ns);
stream_ns.play("final/sneak_peak.flv");